reproducing kernel Hilbert space
RKHS
#computational_learning_theory
#computational_learning_theory
Definition
is a reproducing kernel of a Hilbert space if , .
A reproducing kernel Hilbert space (RKHS) is a Hilbert space with a reproducing kernel whose span is dense in .
Or equivalently, RKHS is a Hilbert space of functions with all evaluation functionals bounded and linear.
(continuous evaluation functional)
For a (compact) , and a Hilbert space of functions , say is a reproducing kernel Hilbert space if such that
- has the reproducing property (kernel trick)
- i.e. (or shorter notation )
- spans
Notes
- role in kernelized gradient descent
- the reproducing kernel may be a kernel if it is symmetric and positive semidefinite (i.e. its Gram matrix is positive semidefinite)
- Mercer's theorem may be used to characterize symmetrpic positive semidefinite kernel
References
- https://people.eecs.berkeley.edu/~bartlett/courses/281b-sp08/7.pdf
- https://www.gatsby.ucl.ac.uk/~gretton/coursefiles/lecture4_introToRKHS.pdf
- http://mlss.tuebingen.mpg.de/2015/slides/gretton/part_1.pdf
- https://oneweirdkerneltrick.com/
- https://teazrq.github.io/SMLR/reproducing-kernel-hilbert-space.html